go/parser.parser.parseValue (method)

3 uses

	go/parser (current package)
		parser.go#L1540: func (p *parser) parseValue() ast.Expr {
		parser.go#L1559: 	x := p.parseValue()
		parser.go#L1563: 		x = &ast.KeyValueExpr{Key: x, Colon: colon, Value: p.parseValue()}